[INFO] fetching crate bnum 0.14.4...
[INFO] fixing bnum-0.14.4 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate bnum 0.14.4 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate bnum 0.14.4
[INFO] finished tweaking crates.io crate bnum 0.14.4
[INFO] tweaked toml for crates.io crate bnum 0.14.4 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate bnum 0.14.4 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bnum 0.14.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded valuable-derive v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 80e9d6316034bf4315d6c41e179465fdcad53242a917afde88eba27c87a15ab2
[INFO] running `Command { std: "docker" "start" "80e9d6316034bf4315d6c41e179465fdcad53242a917afde88eba27c87a15ab2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "80e9d6316034bf4315d6c41e179465fdcad53242a917afde88eba27c87a15ab2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80e9d6316034bf4315d6c41e179465fdcad53242a917afde88eba27c87a15ab2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "80e9d6316034bf4315d6c41e179465fdcad53242a917afde88eba27c87a15ab2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling bnum v0.14.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking env_filter v1.0.1
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]     Checking quickcheck v1.1.0
[INFO] [stdout] warning: the feature `uint_bit_width` has been stable since 1.97.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |         uint_bit_width,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/test/macros.rs:34:37
[INFO] [stdout]     |
[INFO] [stdout]  34 |                       assert_eq!(big, primitive, "failed cases assertion with inputs {:?}", ($($arg), *));
[INFO] [stdout]     |                                       ^^^^^^^^^ expected `(Integer<false, 2, 0, 1>, ...)`, found `Integer<false, 4, 0, 1>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/integer/bigint_helpers.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 | /         test_bignum! {
[INFO] [stdout] 219 | |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout] 220 | |             cases: [
[INFO] [stdout] 221 | |                 (<stest>::MAX, 2u8)
[INFO] [stdout] 222 | |             ]
[INFO] [stdout] 223 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected tuple `(Integer<false, 2, 0, 1>, Integer<false, 2, 0, 1>)`
[INFO] [stdout]               found struct `Integer<false, 4, 0, 1>`
[INFO] [stdout]     = note: this error originates in the macro `crate::test::test_bignum` which comes from the expansion of the macro `test_bignum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/test/macros.rs:18:62
[INFO] [stdout]     |
[INFO] [stdout]  18 |                       quickcheck::TestResult::from_bool(big == primitive)
[INFO] [stdout]     |                                                         ---    ^^^^^^^^^ expected `(Integer<false, 2, 0, 1>, ...)`, found `Integer<false, 4, 0, 1>`
[INFO] [stdout]     |                                                         |
[INFO] [stdout]     |                                                         expected because this is `(Integer<false, 2, 0, 1>, Integer<false, 2, 0, 1>)`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/integer/bigint_helpers.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 | /         test_bignum! {
[INFO] [stdout] 219 | |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout] 220 | |             cases: [
[INFO] [stdout] 221 | |                 (<stest>::MAX, 2u8)
[INFO] [stdout] 222 | |             ]
[INFO] [stdout] 223 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected tuple `(Integer<false, 2, 0, 1>, Integer<false, 2, 0, 1>)`
[INFO] [stdout]               found struct `Integer<false, 4, 0, 1>`
[INFO] [stdout]     = note: this error originates in the macro `crate::test::test_bignum` which comes from the expansion of the macro `test_bignum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/test/macros.rs:34:37
[INFO] [stdout]     |
[INFO] [stdout]  34 |                       assert_eq!(big, primitive, "failed cases assertion with inputs {:?}", ($($arg), *));
[INFO] [stdout]     |                                       ^^^^^^^^^ expected `(Integer<false, 4, 0, 1>, ...)`, found `Integer<false, 8, 0, 1>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/integer/bigint_helpers.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 | /         test_bignum! {
[INFO] [stdout] 219 | |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout] 220 | |             cases: [
[INFO] [stdout] 221 | |                 (<stest>::MAX, 2u8)
[INFO] [stdout] 222 | |             ]
[INFO] [stdout] 223 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected tuple `(Integer<false, 4, 0, 1>, Integer<false, 4, 0, 1>)`
[INFO] [stdout]               found struct `Integer<false, 8, 0, 1>`
[INFO] [stdout]     = note: this error originates in the macro `crate::test::test_bignum` which comes from the expansion of the macro `test_bignum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/test/macros.rs:18:62
[INFO] [stdout]     |
[INFO] [stdout]  18 |                       quickcheck::TestResult::from_bool(big == primitive)
[INFO] [stdout]     |                                                         ---    ^^^^^^^^^ expected `(Integer<false, 4, 0, 1>, ...)`, found `Integer<false, 8, 0, 1>`
[INFO] [stdout]     |                                                         |
[INFO] [stdout]     |                                                         expected because this is `(Integer<false, 4, 0, 1>, Integer<false, 4, 0, 1>)`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/integer/bigint_helpers.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 | /         test_bignum! {
[INFO] [stdout] 219 | |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout] 220 | |             cases: [
[INFO] [stdout] 221 | |                 (<stest>::MAX, 2u8)
[INFO] [stdout] 222 | |             ]
[INFO] [stdout] 223 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected tuple `(Integer<false, 4, 0, 1>, Integer<false, 4, 0, 1>)`
[INFO] [stdout]               found struct `Integer<false, 8, 0, 1>`
[INFO] [stdout]     = note: this error originates in the macro `crate::test::test_bignum` which comes from the expansion of the macro `test_bignum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/test/macros.rs:34:37
[INFO] [stdout]     |
[INFO] [stdout]  34 |                       assert_eq!(big, primitive, "failed cases assertion with inputs {:?}", ($($arg), *));
[INFO] [stdout]     |                                       ^^^^^^^^^ expected `(Integer<false, 8, 0, 1>, ...)`, found `Integer<false, 16, 0, 1>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/integer/bigint_helpers.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 | /         test_bignum! {
[INFO] [stdout] 219 | |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout] 220 | |             cases: [
[INFO] [stdout] 221 | |                 (<stest>::MAX, 2u8)
[INFO] [stdout] 222 | |             ]
[INFO] [stdout] 223 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected tuple `(Integer<false, 8, 0, 1>, Integer<false, 8, 0, 1>)`
[INFO] [stdout]               found struct `Integer<false, 16, 0, 1>`
[INFO] [stdout]     = note: this error originates in the macro `crate::test::test_bignum` which comes from the expansion of the macro `test_bignum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/test/macros.rs:18:62
[INFO] [stdout]     |
[INFO] [stdout]  18 |                       quickcheck::TestResult::from_bool(big == primitive)
[INFO] [stdout]     |                                                         ---    ^^^^^^^^^ expected `(Integer<false, 8, 0, 1>, ...)`, found `Integer<false, 16, 0, 1>`
[INFO] [stdout]     |                                                         |
[INFO] [stdout]     |                                                         expected because this is `(Integer<false, 8, 0, 1>, Integer<false, 8, 0, 1>)`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/integer/bigint_helpers.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 | /         test_bignum! {
[INFO] [stdout] 219 | |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout] 220 | |             cases: [
[INFO] [stdout] 221 | |                 (<stest>::MAX, 2u8)
[INFO] [stdout] 222 | |             ]
[INFO] [stdout] 223 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected tuple `(Integer<false, 8, 0, 1>, Integer<false, 8, 0, 1>)`
[INFO] [stdout]               found struct `Integer<false, 16, 0, 1>`
[INFO] [stdout]     = note: this error originates in the macro `crate::test::test_bignum` which comes from the expansion of the macro `test_bignum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `widening_mul` found for type `u128` in the current scope
[INFO] [stdout]    --> src/integer/bigint_helpers.rs:219:32
[INFO] [stdout]     |
[INFO] [stdout] 219 |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout]     |                                ^^^^^^^^^^^^ associated function or constant not found in `u128`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `wrapping_mul` with a similar name, but with different arguments
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/num/uint_macros.rs:2687:8
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/num/mod.rs:1351:4
[INFO] [stdout]    ::: /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/num/mod.rs:1377:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/test/macros.rs:34:37
[INFO] [stdout]     |
[INFO] [stdout]  34 |                       assert_eq!(big, primitive, "failed cases assertion with inputs {:?}", ($($arg), *));
[INFO] [stdout]     |                                       ^^^^^^^^^ expected `(Integer<false, 2, 0, 1>, ...)`, found `Integer<true, 4, 0, 1>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/integer/bigint_helpers.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 | /         test_bignum! {
[INFO] [stdout] 219 | |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout] 220 | |             cases: [
[INFO] [stdout] 221 | |                 (<stest>::MAX, 2u8)
[INFO] [stdout] 222 | |             ]
[INFO] [stdout] 223 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected tuple `(Integer<false, 2, 0, 1>, Integer<true, 2, 0, 1>)`
[INFO] [stdout]               found struct `Integer<true, 4, 0, 1>`
[INFO] [stdout]     = note: this error originates in the macro `crate::test::test_bignum` which comes from the expansion of the macro `test_bignum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/test/macros.rs:18:62
[INFO] [stdout]     |
[INFO] [stdout]  18 |                       quickcheck::TestResult::from_bool(big == primitive)
[INFO] [stdout]     |                                                         ---    ^^^^^^^^^ expected `(Integer<false, 2, 0, 1>, ...)`, found `Integer<true, 4, 0, 1>`
[INFO] [stdout]     |                                                         |
[INFO] [stdout]     |                                                         expected because this is `(Integer<false, 2, 0, 1>, Integer<true, 2, 0, 1>)`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/integer/bigint_helpers.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 | /         test_bignum! {
[INFO] [stdout] 219 | |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout] 220 | |             cases: [
[INFO] [stdout] 221 | |                 (<stest>::MAX, 2u8)
[INFO] [stdout] 222 | |             ]
[INFO] [stdout] 223 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected tuple `(Integer<false, 2, 0, 1>, Integer<true, 2, 0, 1>)`
[INFO] [stdout]               found struct `Integer<true, 4, 0, 1>`
[INFO] [stdout]     = note: this error originates in the macro `crate::test::test_bignum` which comes from the expansion of the macro `test_bignum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/test/macros.rs:34:37
[INFO] [stdout]     |
[INFO] [stdout]  34 |                       assert_eq!(big, primitive, "failed cases assertion with inputs {:?}", ($($arg), *));
[INFO] [stdout]     |                                       ^^^^^^^^^ expected `(Integer<false, 4, 0, 1>, ...)`, found `Integer<true, 8, 0, 1>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/integer/bigint_helpers.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 | /         test_bignum! {
[INFO] [stdout] 219 | |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout] 220 | |             cases: [
[INFO] [stdout] 221 | |                 (<stest>::MAX, 2u8)
[INFO] [stdout] 222 | |             ]
[INFO] [stdout] 223 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected tuple `(Integer<false, 4, 0, 1>, Integer<true, 4, 0, 1>)`
[INFO] [stdout]               found struct `Integer<true, 8, 0, 1>`
[INFO] [stdout]     = note: this error originates in the macro `crate::test::test_bignum` which comes from the expansion of the macro `test_bignum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/test/macros.rs:18:62
[INFO] [stdout]     |
[INFO] [stdout]  18 |                       quickcheck::TestResult::from_bool(big == primitive)
[INFO] [stdout]     |                                                         ---    ^^^^^^^^^ expected `(Integer<false, 4, 0, 1>, ...)`, found `Integer<true, 8, 0, 1>`
[INFO] [stdout]     |                                                         |
[INFO] [stdout]     |                                                         expected because this is `(Integer<false, 4, 0, 1>, Integer<true, 4, 0, 1>)`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/integer/bigint_helpers.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 | /         test_bignum! {
[INFO] [stdout] 219 | |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout] 220 | |             cases: [
[INFO] [stdout] 221 | |                 (<stest>::MAX, 2u8)
[INFO] [stdout] 222 | |             ]
[INFO] [stdout] 223 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected tuple `(Integer<false, 4, 0, 1>, Integer<true, 4, 0, 1>)`
[INFO] [stdout]               found struct `Integer<true, 8, 0, 1>`
[INFO] [stdout]     = note: this error originates in the macro `crate::test::test_bignum` which comes from the expansion of the macro `test_bignum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/test/macros.rs:34:37
[INFO] [stdout]     |
[INFO] [stdout]  34 |                       assert_eq!(big, primitive, "failed cases assertion with inputs {:?}", ($($arg), *));
[INFO] [stdout]     |                                       ^^^^^^^^^ expected `(Integer<false, 8, 0, 1>, ...)`, found `Integer<true, 16, 0, 1>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/integer/bigint_helpers.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 | /         test_bignum! {
[INFO] [stdout] 219 | |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout] 220 | |             cases: [
[INFO] [stdout] 221 | |                 (<stest>::MAX, 2u8)
[INFO] [stdout] 222 | |             ]
[INFO] [stdout] 223 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected tuple `(Integer<false, 8, 0, 1>, Integer<true, 8, 0, 1>)`
[INFO] [stdout]               found struct `Integer<true, 16, 0, 1>`
[INFO] [stdout]     = note: this error originates in the macro `crate::test::test_bignum` which comes from the expansion of the macro `test_bignum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/test/macros.rs:18:62
[INFO] [stdout]     |
[INFO] [stdout]  18 |                       quickcheck::TestResult::from_bool(big == primitive)
[INFO] [stdout]     |                                                         ---    ^^^^^^^^^ expected `(Integer<false, 8, 0, 1>, ...)`, found `Integer<true, 16, 0, 1>`
[INFO] [stdout]     |                                                         |
[INFO] [stdout]     |                                                         expected because this is `(Integer<false, 8, 0, 1>, Integer<true, 8, 0, 1>)`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/integer/bigint_helpers.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 | /         test_bignum! {
[INFO] [stdout] 219 | |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout] 220 | |             cases: [
[INFO] [stdout] 221 | |                 (<stest>::MAX, 2u8)
[INFO] [stdout] 222 | |             ]
[INFO] [stdout] 223 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected tuple `(Integer<false, 8, 0, 1>, Integer<true, 8, 0, 1>)`
[INFO] [stdout]               found struct `Integer<true, 16, 0, 1>`
[INFO] [stdout]     = note: this error originates in the macro `crate::test::test_bignum` which comes from the expansion of the macro `test_bignum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `widening_mul` found for type `i128` in the current scope
[INFO] [stdout]    --> src/integer/bigint_helpers.rs:219:32
[INFO] [stdout]     |
[INFO] [stdout] 219 |             function: <stest>::widening_mul(a: stest, b: stest),
[INFO] [stdout]     |                                ^^^^^^^^^^^^ associated function or constant not found in `i128`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `wrapping_mul` with a similar name, but with different arguments
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/num/int_macros.rs:2254:8
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/num/mod.rs:476:4
[INFO] [stdout]    ::: /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/num/mod.rs:497:5
[INFO] [stdout]     |
[INFO] [stdout]     = note: in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `int_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bnum` (lib test) due to 14 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "80e9d6316034bf4315d6c41e179465fdcad53242a917afde88eba27c87a15ab2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80e9d6316034bf4315d6c41e179465fdcad53242a917afde88eba27c87a15ab2", kill_on_drop: false }`
[INFO] [stdout] 80e9d6316034bf4315d6c41e179465fdcad53242a917afde88eba27c87a15ab2
